Contribution org.nuxeo.social.collaboration.theme--applications
In component org.nuxeo.social.collaboration.theme
org.nuxeo.social.collaboration.theme
inside nuxeo-social-workspace-web-5.8.jar
This contribution is part of XML component Extension Point
Extension point applications of component ThemeService.Contributed Items
XML Source
<extension point="applications" target="org.nuxeo.theme.services.ThemeService">
<application root="/nuxeo" template-engine="jsf-facelets">
<view id="/social_dashboard.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
<view id="/view_social_document.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
<view id="/create_social_document.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
<view id="/articles.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
<view id="/edit_social_document.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
<view id="/news_items.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
<view id="/view_collaboration.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
<view id="/files.xhtml">
<theme>social-collaboration/dashboard</theme>
</view>
</application>
</extension>